home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 99
/
(Vol 99) Jan 19 2010.iso
/
Games
/
artifact_catcher.swf
/
scripts
/
DefineSprite_91
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-01-19
|
297 b
|
17 lines
time = "= " + _root.time;
if(_root.message._currentFrame == _root.message._totalframes)
{
if(_root.milliseconds == 0)
{
if(_root.time != 0)
{
_root.milliseconds = 60;
_root.time--;
}
}
else
{
_root.milliseconds -= 2;
}
}